platforms: tag device programmer with FIREHOSE_DDR_ELF#106
Merged
lumag merged 2 commits intoqualcomm-linux:mainfrom Apr 21, 2026
Merged
platforms: tag device programmer with FIREHOSE_DDR_ELF#106lumag merged 2 commits intoqualcomm-linux:mainfrom
lumag merged 2 commits intoqualcomm-linux:mainfrom
Conversation
lumag
requested changes
Apr 21, 2026
Contributor
lumag
left a comment
There was a problem hiding this comment.
Please split into two commits
Axiom parses contents.xml.in to determine supported build download types. It considers firehose as a supported download type only if: - the <device_programmer> fileName contains the term "firehose", OR - the cmm_file_var attribute value contains "firehose" As firehose term is not present in device programmer name, add cmm_file_var="FIREHOSE_DDR_ELF" to the device_programmer entries for SM8750-MTP contents.xml.in file to enable the firehose option in the Axiom build loading UI. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
Axiom parses contents.xml.in to determine supported build download types. It considers firehose as a supported download type only if: - the <device_programmer> fileName contains the term "firehose", OR - the cmm_file_var attribute value contains "firehose" As firehose term is not present in device programmer name, add cmm_file_var="FIREHOSE_DDR_ELF" to the device_programmer entries for Kaanapali-MTP contents.xml.in file to enable the firehose option in the Axiom build loading UI. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
Contributor
Author
Updated |
lumag
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Axiom parses contents.xml.in to determine supported build download types. It considers firehose as a supported download type only if:
As firehose term is not present in device programmer name, add cmm_file_var="FIREHOSE_DDR_ELF" to the device_programmer entries for Kaanapali-MTP and SM8750-MTP contents.xml.in file to enable the firehose option in the Axiom build loading UI.